home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / crypt / crypt.txt < prev    next >
Internet Message Format  |  1994-06-27  |  447b

  1. From: Rami.Rasanen@p1.f73.n369.z1.fidonet.org
  2. Subject: HowToStorePassWord
  3.  
  4. Here's a small example, while no "enigma machine", yet provides a simple
  5. way of storing a password with encryption. The password is first encrypted
  6. then converted to Hex. The reverse process will first convert to ascii
  7. then decrypt. Thanks to Matt Hart for the code with some modifications
  8. and changes.
  9.  
  10. The form has 2 Command buttons, one is Crypt, the other is DeCrypt.
  11.